Fixed columns

Use AW.Grid.Extended class and setFixedLeft(), setFixedRight() methods

	grid.setFixedLeft(2);	// two fixed columns on the left side
	grid.setFixedRight(1);	// one fixed column on the right side 

Back to column examples, all examples